home *** CD-ROM | disk | FTP | other *** search
/ Chip: Internet / Chip Internet.iso / viewer / mathread / defaults.ma < prev    next >
Text File  |  1993-04-26  |  3KB  |  104 lines

  1. (*^
  2.  
  3. ::[
  4.     fontset = title, "Arial", 24, L0, center, nohscroll, bold;
  5.     fontset = subtitle, "Arial", 18, L0, center, nohscroll, bold;
  6.     fontset = subsubtitle, "Arial", 14, L0, center, nohscroll, bold;
  7.     fontset = section, "Arial", 14, L0, bold, grayBox;
  8.     fontset = subsection, "Arial", 12, L0, bold, blackBox;
  9.     fontset = subsubsection, "Arial", 10, L0, bold, whiteBox;
  10.     fontset = text, "Arial", 12, L0;
  11.     fontset = smalltext, "Arial", 10, L0;
  12.     fontset = input, "Courier New", 12, L0, nowordwrap;
  13.     fontset = output, "Courier New", 12, L0, nowordwrap;
  14.     fontset = message, "Courier New", 10, L0, nowordwrap, R65280;
  15.     fontset = print, "Courier New", 10, L0, nowordwrap;
  16.     fontset = info, "Courier New", 10, L0, nowordwrap;
  17.     fontset = postscript, "Courier New", 8, L0, nowordwrap;
  18.     fontset = name, "Arial", 10, L0, nohscroll, italic, B65280;
  19.     fontset = header, "Times New Roman", 10, L0, right, nohscroll;
  20.     fontset = footer, "Times New Roman", 10, L0, right, nohscroll;
  21.     fontset = help, "Arial", 10, L0, nohscroll;
  22.     fontset = clipboard, "Arial", 12, L0, nohscroll;
  23.     fontset = completions, "Arial", 12, L0, nowordwrap, nohscroll;
  24.     fontset = network, "Courier New", 10, L0, nowordwrap, nohscroll;
  25.     fontset = graphlabel, "Courier New", 10, L0, nowordwrap, nohscroll;
  26.     fontset = special1, "Arial", 12, L0, nowordwrap, nohscroll;
  27.     fontset = special2, "Arial", 12, L0, center, nowordwrap, nohscroll;
  28.     fontset = special3, "Arial", 12, L0, right, nowordwrap, nohscroll;
  29.     fontset = special4, "Arial", 12, L0, nowordwrap, nohscroll;
  30.     fontset = special5, "Arial", 12, L0, nowordwrap, nohscroll;
  31.     fontset = Left Header, "Arial", 12, L0, nowordwrap, nohscroll;
  32.     fontset = Left Footer, "Arial", 12, L0, nowordwrap, nohscroll;]
  33. :[font = title; ]
  34. This is a prototypical title cell.
  35. :[font = subtitle; ]
  36. This is a prototypical subtitle cell.
  37. :[font = subsubtitle; ]
  38. This is a prototypical subsubtitle cell.
  39. :[font = section; ]
  40. This is a prototypical section cell.
  41. :[font = subsection; ]
  42. This is a prototypical subsection cell.
  43. :[font = subsubsection; ]
  44. This is a prototypical subsubsection cell.
  45. :[font = text; ]
  46. This is a prototypical text cell.
  47. :[font = smalltext; ]
  48. This is a prototypical smalltext cell.
  49. :[font = input; ]
  50. This is a prototypical input cell.
  51. :[font = output; ]
  52. This is a prototypical output cell.
  53. :[font = message; ]
  54. This is a prototypical message cell.
  55. :[font = postscript; inactive; output; BITMAP; PostScript; pictureLeft = 100; pictureTop = 0; pictureWidth = 300; pictureHeight = 300; ]
  56. %!
  57. %%Creator: Mathematica
  58. %%AspectRatio: 1 
  59. MathPictureStart
  60. /Courier findfont 10  scalefont  setfont
  61. % Scaling calculations
  62. 0.0238095 0.952381 0.0238095 0.952381 [
  63. [ 0 0 0 0 ]
  64. [ 1 1 0 0 ]
  65. ] MathScale
  66. % Start of Graphics
  67. 1 setlinecap
  68. 1 setlinejoin
  69. newpath
  70. %%Object: Graphics
  71. [ ] 0 setdash
  72. 0 setgray
  73. gsave
  74. grestore
  75. 0 0 moveto
  76. 1 0 lineto
  77. 1 1 lineto
  78. 0 1 lineto
  79. closepath
  80. clip
  81. newpath
  82. gsave
  83. gsave
  84. .5 setgray
  85. 0.02381 0.02381 moveto
  86. 0.02381 0.97619 lineto
  87. 0.97619 0.97619 lineto
  88. 0.97619 0.02381 lineto
  89. fill
  90. grestore
  91. gsave
  92. 1.0 setgray
  93. 0.11905 0.11905 moveto
  94. 0.11905 0.88095 lineto
  95. 0.88095 0.88095 lineto
  96. 0.88095 0.11905 lineto
  97. fill
  98. grestore
  99. [(Default Graphics Size)] 0.5 0.5 0 0 Mshowa
  100. grestore
  101. % End of Graphics
  102. MathPictureEnd
  103. ^*)
  104.